Page History: FLOOR Function
Compare Page Revisions
Page Revision: 2011/07/22 07:11
FLOOR( <value> )
Computes the nearest smaller integer to the value.
Function ParametersParameter | Description |
---|
<value> | The value to compute. |
Examples:
CEILING(5.8)
Evaluates to 5
CEILING(-5.8)
Evaluates to -6
Back to the Scripting Function Reference